/* CSS Document */

body { padding:0; margin:0; font-family:"微软雅黑";}

ul { padding:0px; margin:0px;}

ul li { list-style:none;}

a { text-decoration:none;}

/*::-webkit-scrollbar{
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
    height: 20px;
    border-radius: 10px;
    background-color:rgba(0,0,0,0.2);
}*/




.footer { z-index: 998; position: fixed; width: 100%; bottom: 0px; height: 30px; overflow: hidden; left: 0px;}
.footer_left { width: 48%; float: left; font-size:12px; color:#666; text-align:left; line-height:2.5; padding-left:2% }
.footer_right { width:48%; float:left; font-size:12px; color:#666; text-align: right; line-height:2.5; padding-right:2%}


.flexslider {
	position: relative;
	width: 100%;
	height: 840px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background:url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {z-index: 99999;
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {z-index: 99998;
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}


.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	display: block;
}


